home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / 1384_removing_changing_your_passwd.rtf < prev    next >
Text File  |  1993-11-08  |  3KB  |  79 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f1\fmodern Courier;\f2\fmodern Ohlfs;}
  2. \paperw12040
  3. \paperh9000
  4. \margl120
  5. \margr120
  6. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ulnone\fs28\fc0\cf0 Q: I tried to change my password using the passwd command or Preferences.app, but it didn't seem to take effect.   Why not?\
  7. \
  8. Q:  How do I remove my password? \
  9. \
  10. A:  Use the Preferences application to change your password.  If you are on a network composed of NEXTSTEP and non-NEXTSTEP OS's you might also need to update the NIS (formerly known as Yellow Pages) database by running the yppasswd command.  If your account information is stored in NIS, run the following command in a Terminal or Shell:\
  11. \
  12.     
  13. \f1\fs24 machine>yppasswd your-login-name
  14. \f0\fs28 \
  15. \
  16. as in: 
  17. \f1\fs24 yppasswd jsmith
  18. \f0\fs28 .\
  19. \
  20. If your account is stored in NetInfo—which is the default in NEXTSTEP—do the following to remove your password:\
  21. \
  22.  
  23. \fi-980\li980 •    Launch NetInfoManager.\
  24. •    Open the domain where your account is stored; this is probably the root (/) domain if you\
  25.     are on a Network. If you are on a standalone machine, the right (local) domain will come\
  26.     up by default.\
  27. •    Click the users directory , then double-click your account name. This opens the\
  28.     property editor.\
  29. •    Click the passwd property, then remove its value and save the changes\
  30.  
  31. \fi0\li0     \
  32. Removing a password that is stored in NIS is slightly more difficult.  On the yp-master server do the following as root:\
  33. \
  34.  
  35. \fi-980\li980 •    Edit the /etc/passwd file and remove the passwd field from your account.\
  36. •    Then run the following commands in a Shell or Terminal:\
  37.  
  38. \f1\fs24\fi0\li0     \
  39.     ypmaster#cd /etc/yp\
  40.     ypmaster#make passwd\
  41.  
  42. \f0\fs28     \
  43.  
  44. \b Warning:
  45. \b0 \
  46. \
  47. Removing a password from an account is a serious security risk!  Make sure that all the accounts have a password.  Change the passwords once a month.\
  48. \
  49. What makes a good password?  One that's:\
  50. \
  51.  
  52. \fi-980\li980 •    
  53. \fi0\li0 easy to remember\
  54.  
  55. \fi-980\li980 •    
  56. \fi0\li0  hard to guess\
  57.  
  58. \fi-980\li980 •    
  59. \fi0\li0  uses upper and lower case letters, number, and punctuation\
  60.  
  61. \fi-980\li980 •    
  62. \fi0\li0  is not found in the dictionary\
  63.  
  64. \fi-980\li980 •    
  65. \fi0\li0  is not a proper name\
  66. \
  67. The UNIX password security mechanism really depends on two things: \
  68. \
  69.  
  70. \fi-980\li980 •    the fact that it's hard to decrypt the encrypted passwords\
  71. •    users' choosing passwords that are hard to guess (so that brute-force attacks are intractable)
  72. \fi0\li0 \
  73. \
  74. QA82\
  75. \
  76. Valid for 1.0, 2.0, 3.0, 3.1\
  77. \
  78.  
  79.